Welcome![Sign In][Sign Up]
Location:
Search - http get post

Search list

[VC/MFChttp

Description: 详细介绍http协议,包括GET 和POST包格式以及相关参数的意义 适合初学者学习http协议 http协议是应用层协议,是web网站常用的协议传输数据的通道。-Http protocol described in detail, including the GET and POST packet format and associated parameters for beginners to learn the meaning of the http protocol http protocol is an application layer protocol that is commonly used in web site protocol to transfer data channel.
Platform: | Size: 11264 | Author: lasj | Hits:

[Software EngineeringHTTP_request

Description: 代码详尽描述了http的get和post方式传送数据,对于新人有借鉴的价值!-Code describes in detail the http get and post transmission of data, have reference value for the newcomers!
Platform: | Size: 80896 | Author: 深山苦行僧 | Hits:

[Internet-Networktesthttp

Description: 代码详尽的描述了http的post和get方式传送数据!非常简单实用! -Code detailed description of the http post and get transmission of data! Very simple and practical!
Platform: | Size: 14336 | Author: 深山苦行僧 | Hits:

[TCP/IP stackPowerProxy

Description: 一个小巧的强大代理程序(编译后压缩大约5K),工作模式是多线程的,同时支持3种常用代理: 1, HTTP代理(支持模式:GET,POST,CONNECT) 2, Sock4代理 3, Sock5代理(TCP,UDP) --A small powerful agents (compiled compression about 5 k), work mode is multithreaded, at the same time support three kinds of commonly used agent: 1, HTTP proxy (support modes: GET, POST, CONNECT) 2, Sock4 agent 3, Sock5 agents (TCP, UDP)
Platform: | Size: 7168 | Author: 十三哥 | Hits:

[Internet-Networkmini-server-http

Description: MiniWeb is an embeddable, cross-platform, small-footprint HTTP server implementation, implementing basic GET and POST requests as well as request handling dynamic content generating. It works on x86 (Windows/Linux), ARM, MIPS and any posix platforms, either embedded or standalone.
Platform: | Size: 219136 | Author: Oziel | Hits:

[Otherrest

Description: 这个主要是实现python发送http请求,对webserver实现get,post,delete,put。这个也是为了实现rest接口而编写的。这个是rest的一个客户端。-This is mainly achieved python send http request for webserver achieve get, post, delete, put. This is also the interface to achieve rest and preparation. This is a client of rest.
Platform: | Size: 2048 | Author: xiaobailong | Hits:

[CSharpCSharphttp-post-get

Description: http post get实例 实际代码显示post get-the source for c# http class
Platform: | Size: 29696 | Author: CCoding | Hits:

[Internet-NetworkHTTPGetPost

Description: 一个连接HTTP服务器的CLient是用MFC做多文档视图做的界面,其中详细的接受啊了使用HTTP Get和HTTP Post两种方式向服务器的发送请求的过程,并且把发送请求的http协议头和收到的协议头和内容都输出到了界面中,很容理解http协议。VC6.0测试通过,使用的时候,只需修改代码中http服务器的地址即可。-HTTP server CLient a connection is made ​ ​ with a multi-document view MFC interface to do, which detailed the use of accepted ah HTTP Get and HTTP Post are two ways to send a request to the server process, and the http protocol header to send the request and receive to the protocol header and content are output to the screen, it is capacity to understand the http protocol. VC6.0 test, when in use, simply modify the code in the address to http server.
Platform: | Size: 34816 | Author: chenguoyin | Hits:

[Web ServerCPP-webservice

Description: C++ 编写的有关HTTP协议的web server支持HTTP协议中GET,POST,PUT等方法,是很好学习HTTP协议,做web server很好的源码-C++ prepared by the HTTP protocol web server supports HTTP protocol GET, POST, PUT and other methods, is a good learning HTTP protocol, do a good source web server
Platform: | Size: 5857280 | Author: 周汉 | Hits:

[Internet-Networkhttp

Description: http请求的四个方法,包括post、get、put、delete-four methods http request, including post, get, put, delete
Platform: | Size: 4096 | Author: 蓝兰 | Hits:

[ISAPI-IEhttpget

Description: 易语言多线程http访问模块源码,完美api,支持多线程内存变传递-http winhttp get post,e source,full api, threads
Platform: | Size: 6144 | Author: pluschen | Hits:

[MiddleWareCatchWebInfo

Description: 苏飞HttpHelper类,用来实现Http访问,Post或者Get方式的,直接访问,带Cookie的,带证书的等方式,可以设置代理。是初学者学习抓包的好材料。-Su Fei HttpHelper class that implements Http access, Post or Get methods, direct access, etc. with Cookie s, with a certificate, you can set the proxy. Ethereal is a good material for beginners to learn.
Platform: | Size: 8192 | Author: handlertang | Hits:

[CSharpHttpHelper-.net4.0-2015-09-08

Description: HttpHelper类,用来实现Http访问,Post或者Get方式的,直接访问,带Cookie的,带证书的等方式,可以设置代理-HttpHelper class that implements Http access, Post or Get methods, direct access with Cookie s, with a certificate, you can set the proxy
Platform: | Size: 6144 | Author: 连廷辉 | Hits:

[TCP/IP stackhttp

Description: http协议源码的具体实现,具体的实现了get和post等具体的http协议方法。-Http protocol implementation source code, the specific implementation of the post and get the http protocol and other specific method.
Platform: | Size: 21504 | Author: Fl | Hits:

[ISAPI-IEHTTPrequest

Description: 验证HTTP通信协议的工具代码,可以做GET、POST等相关操作。-HTTP communication protocol verification tool code, you can do GET, POST, and other related operations.
Platform: | Size: 89088 | Author: 張天 | Hits:

[JSP/JavaHttp

Description: java发送http请求的一个小例子 包含get和post两种请求方式-A small example of java send http request contains two request get and post mode
Platform: | Size: 2048 | Author: 沈小兵 | Hits:

[androidlibrarysearch

Description: 广东海洋大学图书馆安卓源码可以获取网站(http://210.38.138.1:81/)上的图书信息,直接通过get/post模拟浏览器与网站交互,非json或webview方式,获取到返回html字符串再去取里面的元素,本项目的服务端是asp.net写的实现了图书系统的登录查询等,在做与asp.net网站交互的朋友可以看一下,登录部分因为我没有测试帐号所以就没有测试。不过项目很多地方没有做异常处理,返回空数据的时候应用会直接异常停止退出-Guangdong Ocean University Library an Android source code can obtain the book information in the website (http://210.38.138.1:81/), browser interaction with the web site directly through the get/post simulations and non JSON or WebView, get the returned HTML string again to pick up the inside elements and the project server is asp.net write the book system login query, in do with the ASP. Net web interaction of friends can look at, log in part because I don t have a test account so there is no test. However, many parts of the project did not do exception handling, return to empty data when the application will directly stop the exit
Platform: | Size: 4256768 | Author: 徐姗姗 | Hits:

[Internet-Networkhttp

Description: 使用qt编写的http请求客户端,主要实现了post和get方法,实现与httpserver的交互-Use qt written http request the client, the main achievement of the post and get methods interact with the httpserver
Platform: | Size: 9216 | Author: 张璇 | Hits:

[Internet-Networkhttp-server-demo

Description: delphi http服务器端的示例代码,编程工具 delphi7,http post get-delphi7,http post get
Platform: | Size: 245760 | Author: mark | Hits:

[Crack HackPBFuncLib160930有弹窗口版

Description: 历史修改记录 (三)2015.10.18 1.修复RSA的长度限制问题 2.增加COM口读操作 3.增加QR码的删除操作 4.增加https的POST和GET操作 (二)2015-05-03 wxj 1.增加取硬盘的序列号和名称 2.增加http的POST和GET操作 (一)2015.03.27 wxj,主要功能如下: 1.以非图片方式在Datawindow中显示QR二维码 2.GBK和UTF-8编码相互转换 3.加密解密,RSA加密解密 4.取汉字拼音首字母 5.文件哈希算法:MD5、SHA1、RIPEMD160、SHA256、Tiger、SHA512、Whirlpool、CRC32 6.字符串哈希算法:MD5、SHA1、RIPEMD160、SHA256、Tiger、SHA512、Whirlpool、CRC32 7.URI编码解码 8.Base64编码解码 注:此版本有令人讨厌的随机弹窗限制,需要取消此弹窗请到淘宝下单或直接QQ联系作者(History revision record (three) 2015.10.18 1. fixed length restrictions on RSA 2. increase COM read operation 3., increase the deletion of QR code 4. increase HTTPS's POST and GET operations (two) 2015-05-03 wxj 1. increase the serial number and name of the hard drive 2. increase HTTP's POST and GET operations (1) 2015.03.27 wxj, the main functions are as follows: 1. display the QR two-dimensional code in Datawindow without pictures 2.GBK and UTF-8 encode each other 3. encryption and decryption, RSA encryption and decryption 4. take the initial letters of Chinese characters 5. file hash algorithm: MD5, SHA1, RIPEMD160, SHA256, Tiger, SHA512, Whirlpool, CRC32 6. string hash algorithm: MD5, SHA1, RIPEMD160, SHA256, Tiger, SHA512, Whirlpool, CRC32 7.URI encoding and decoding 8.Base64 encoding and decoding Note: This version has a nasty random pop limit. You need to cancel this popup. Please contact Taobao or contact QQ directly)
Platform: | Size: 1655808 | Author: chowyun | Hits:
« 1 2 3 4 5 6 78 9 10 11 »

CodeBus www.codebus.net